﻿CHARACTERS = {
	c:JAB ?= {
		create_character = {
			# Abdullah bin Ali Al Rashid
			first_name = "Abdullah"
			last_name = "al_Rashid"
			historical = yes
			ruler = yes
			birth_date = 1788.1.25 # Only year known
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				ambitious
			}
		}	

		create_character = {
			# Talal bin Abdullah Al Rashid
			first_name = "Talal"
			last_name = "al_Rashid"
			historical = yes
			heir = yes
			birth_date = 1823.6.14 # Only year known
			interest_group = ig_devout
			ideology = ideology_traditionalist
			traits = {
				trait_child
			}
		}
	}
}
